home *** CD-ROM | disk | FTP | other *** search
/ Aminet 9 / Aminet 9 (1995)(GTI - Schatztruhe)[!][Dec 1995].iso / Aminet / game / patch / GamePatchList.lha / GamePatchList1.7.txt
Text File  |  1994-06-05  |  48KB  |  1,761 lines

  1.  
  2.         Amiga Game Patch List release 1.7 (5-Jun-1994)
  3.         ----------------------------------------------
  4.  
  5. This file contains a list of various patches to commercial Amiga game software,
  6. to remove manual- and disk-based copy-protection. Of course, you should only
  7. alter a backup copy, and the altered copy is subject to the same distribution
  8. restrictions as the original game. Please don't use information in this file to
  9. distribute unauthorised copies of the games mentioned here. This document is
  10. for use by those who wish to back up their original software, or remove
  11. protection from the same (which can be *very* annoying - for example the
  12. protection in Frontier).
  13.  
  14. This file is freely distributable.
  15.  
  16. To apply these patches, I recommend that you use the 'Hex' file editor by
  17. Nicola Salmoria (available on Fish disk #517). In each case, the first byte of
  18. a file is at offset 0, and all figures apart from file lengths are in
  19. hexadecimal. If you're low on memory, you may have to use a sector-based file
  20. editor like NewZAP instead. To make a backup copy of games which have on-disk
  21. protection, use a copier which will not stop at an error, like SuperDuper.
  22.  
  23. I use the 'CRC' program to calculate file checksums, before and after patching.
  24. Run CRC on your initial and final executables to verify their correctness. The
  25. CRC program is appended in LhA'd uuencoded form at the end of this file, and is
  26. also distributed with Zoom 5.4 by Olaf Barthel. I suggest that you obtain Zoom
  27. for more information on CRC.
  28.  
  29. If you have problems with any patches given here, please let me know, and if
  30. you've developed patches for any programs not included, please send them to me,
  31. preferably in a similar format to the ones below.
  32.  
  33. A word about copy-protection done by Rob Northen:
  34. [Flame On] This amongst the worst coded protection I have ever seen! It is
  35. _completely_ system-illegal! Now, if you're protecting a game which totally
  36. kills the system, then _maybe_ it's okay to write directly to $10 and $24
  37. (assuming the VBR is zero, and not restoring the vectors to their original
  38. values afterwards), alter the CACR, and access the floppy drive hardware
  39. without asking the disk.resource for it. But if you're coding for a reasonably
  40. system-legal hard-drive-installable game like D/Generation, this is absolutely
  41. indefensible. Either learn to code properly, or don't code at all. [Having said
  42. that, there are other games with protection which is as bad, but these are
  43. mostly older titles, like Emerald Mine and Pool.]
  44.  
  45.  
  46. The 49 programs covered in this release are:
  47.  
  48.     A Mind Forever Voyaging (Infocom)
  49.     Art of Chess (SPA)
  50.     Back to the Future II (Images/Imageworks)
  51.     Balance of Power 1990 (Mindscape)
  52.     Battle Command (Realtime Games/Ocean)
  53.     Birds of Prey (Argonaut/Electronic Arts)
  54.     Breach (Omnitrend/Artronic)
  55.     Budokan (Electronic Arts)
  56.     Champions of Krynn (Strategic Simulations, Inc.)
  57.     CJ in the USA (Genesis Software/Codemasters)
  58.     Colorado (Silmarils/Action 16)
  59.     Defender of the Crown (Cinemaware)
  60.     Demon's Tomb - The Awakening (Silhouette Software/Melbourne House)
  61.     D/Generation (Mindscape)
  62.     Dizzy Collection (Codemasters)
  63.     DragonStrike (Strategic Simulations, Inc.)
  64.     Emerald Mine (Kingsoft)
  65.     Epic (Digital Image Design/Ocean)
  66.     Escape From Singe's Castle (ReadySoft)
  67.     ESWAT (U.S. Gold)
  68.     Extensor (Golden Games/Smash 16)
  69.     F/A-18 Interceptor (Electronic Arts)
  70.     Formula One Grand Prix (Geoff Crammond/MicroProse)
  71.     Frontier (David Braben/Gametek)
  72.     Gods (Bitmap Brothers/Renegade)
  73.     Gridrunner (Llamasoft)
  74.     Knights of the Sky (MicroProse)
  75.     Kult (Ere Informatique/Exxos)
  76.     Line of Fire (Creative Materials/U.S. Gold)
  77.     M1 Tank Platoon (MicroProse)
  78.     Magnetic Scrolls Collection Volume 1 (Magnetic Scrolls)
  79.     Mindfighter (Abstract Concepts/Activision)
  80.     MovieSetter (Gold Disk)
  81.     Ogre (Origin)
  82.     Pool (Icon Design/Mastertronic)
  83.     Ports of Call (Aegis)
  84.     Railroad Tycoon (MicroProse)
  85.     Sorcerer (Infocom)
  86.     Starglider (Argonaut Software/Rainbird)
  87.     Stationfall (Infocom)
  88.     Storm Across Europe (Strategic Simulations, Inc.)
  89.     Sword of Aragon (Strategic Simulations, Inc.)
  90.     The Amazing Spiderman (Oxford Digital Enterprises/Empire)
  91.     Theme Park Mystery (Joined Up Software/Imageworks)
  92.     The Settlers (Blue Byte)
  93.     Thunderboy (Time Warp Productions)
  94.     Vaxine (The Assembly Line/US Gold)
  95.     Wings (Cinemaware)
  96.     Wonderland (Magnetic Scrolls)
  97.  
  98.  
  99.  
  100. "A Mind Forever Voyaging" (Infocom)
  101. -------------------------
  102.  
  103. Release 77 / Serial number 850814
  104.  
  105.     File to alter:    "story.data" (see comments below)
  106.     File length:    262018         ( "     "       "  )
  107.  
  108.         Offset        Change From    Change To
  109.         ------        -----------    ---------
  110.         $00001D        31        1D    ;New game checksum
  111.         $0334FB        50        42
  112.         $033503        48        42
  113.  
  114.     Original CRC  Checksum = $A26FEE15
  115.     Original WRAP Checksum = $213D1F80
  116.  
  117.     Final CRC  Checksum = $8B3A387E
  118.     Final WRAP Checksum = $21511F94
  119.  
  120.  
  121. Release 79 / Serial number 851122
  122.  
  123.     File to alter:    "story.data" (see comments below)
  124.     File length:    262036         ( "     "       "  )
  125.  
  126.         Offset        Change From    Change To
  127.         ------        -----------    ---------
  128.         $00001D        60        4C    ;New game checksum
  129.         $03350B        50        42
  130.         $033513        48        42
  131.  
  132.     Original CRC  Checksum = $C942537B
  133.     Original WRAP Checksum = $2F4E8ECA
  134.  
  135.     Final CRC  Checksum = $17CB0BF1
  136.     Final WRAP Checksum = $2F628EDE
  137.  
  138. Comments:    This removes the 'Class One Security Mode Access Decoder'
  139.         protection. Enter anything when asked for a security code.
  140.         The data file for Amiga version of AMFV may be padded to a
  141.         multiple of 512 bytes long. In this case, the CRC and WRAP
  142.         checksums given above will be wrong.
  143.  
  144. Originator:    Mark Knibbs
  145.  
  146.  
  147.  
  148. "Art of Chess" (SPA)
  149. --------------
  150.  
  151.     File to alter:    "c/cur" on disk "CHESS"
  152.     File length:    136736
  153.  
  154.         Offset        Change From    Change To
  155.         ------        -----------    ---------
  156.         $0094F0        48E7 7FFE    7000 4E75
  157.  
  158.     Original CRC  Checksum = $B7E9B3D8
  159.     Original WRAP Checksum = $7ED611B0
  160.  
  161.     Final CRC  Checksum = $F448F879
  162.     Final WRAP Checksum = $57BD42B9
  163.  
  164. Comments:    This patch removes the on-disk copy-protection.
  165.  
  166. Originator:    Mark Knibbs
  167.  
  168.  
  169.  
  170. "Back to the Future II" (Images/Imageworks)
  171. -----------------------
  172.  
  173.     You need to use a disk editor for this patch, such as DiskX or the
  174.     EditorTool in ProjectD 2.0.
  175.  
  176.         Locate block 1310, track 59, sector 1, head 1.
  177.  
  178.         Search for the hex string 487A 000A (at offset $164).
  179.         Replace this with 6000 08DA.
  180.  
  181.         Locate block 1315, track 59, sector 6, head 1.
  182.  
  183.         Search for the hex string 6600 F6FA (at offset $4C).
  184.         Replace this with 4E71 4E71.
  185.  
  186.     If your disk editor has a facility to correct the DOS block checksum,
  187.     DO NOT DO THIS.
  188.  
  189. Comments:    This patch removes the Rob Northen on-disk copy-protection.
  190.         Due to a certain lameness on the part of the person who put the
  191.         disk together, the game does not work on anything other than a
  192.         68000. [The header for a normal load file is executed, not
  193.         skipped over.] To fix this, use your disk editor to change the
  194.         2 bytes at block 100, track 4, sector 1, head 1, offset 0
  195.         (starting with 000003F3) to hex 601E. The game will work on a
  196.         plain A1200 by doing this, but you may need to use Kickstart
  197.         1.2 or 1.3 and turn the cache off.
  198.  
  199. Originator:    Mark Knibbs
  200.  
  201.  
  202.  
  203. "Balance of Power 1990" (Mindscape)
  204. -----------------------
  205.  
  206.     File to alter:    "bop" on disk "BOP"
  207.     File length:    269252
  208.  
  209.         Offset        Change From    Change To
  210.         ------        -----------    ---------
  211.         $040B8C        66D8        4E71
  212.         $040BE4        6600 FF7A    4E71 4E71
  213.  
  214.     Original CRC  Checksum = $C54051B2
  215.     Original WRAP Checksum = $6711DA19
  216.  
  217.     Final CRC  Checksum = $8CF43C50
  218.     Final WRAP Checksum = $97088B22
  219.  
  220. Comments:    You no longer need to enter a word from the manual.
  221.  
  222. Originator:    FreeCopy 1.8 parameter
  223.  
  224.  
  225.  
  226. "Battle Command" (Realtime Games/Ocean) Release Version V1.1 28/11/1990
  227. ----------------
  228.  
  229.     You need to use a disk editor for this patch, such as DiskX or the
  230.     EditorTool in ProjectD 2.0.
  231.  
  232.         Locate block 165, track 7, sector 0, head 1.
  233.  
  234.         Search for the hex string 487A 000A 23DF 0000 0010.
  235.         Replace this with 203C AB7D 25B5 6000 08D4.
  236.  
  237.     If your disk editor has a facility to correct the DOS block checksum,
  238.     DO NOT DO THIS.
  239.  
  240. Comments:    To check the version number of your game, press Ctrl-V during
  241.         play. If it says 'PRelease ...', then something has gone
  242.         wrong. This patch removes the Rob Northen on-disk copy-
  243.         protection. However, it has not been extensively tested.
  244.  
  245. Originator:    Mark Knibbs
  246.  
  247.  
  248.  
  249. "Birds of Prey" (Argonaut/Electronic Arts)
  250. ---------------
  251.  
  252.     Open a CLI/Shell window, and type the following:
  253.  
  254.         Assign TEMP: <Some directory with at least 720K free>
  255.         CD "Birds of Prey:"
  256.         GSG D bop_c TEMP:bop
  257.  
  258.     Then make the following changes to the file TEMP:bop.
  259.  
  260.         Offset        Change From    Change To
  261.         ------        -----------    ---------
  262.         $09D47F        03        00
  263.         $09D4BA        FFFF        0000
  264.         $09D564        FFFF        0000
  265.  
  266.     Original CRC  Checksum for decompressed bop file = $C649F94F
  267.     Original WRAP Checksum for decompressed bop file = $50F86BAD
  268.  
  269.     Final CRC  Checksum for decompressed bop file = $DD690012
  270.     Final WRAP Checksum for decompressed bop file = $50F86BB0
  271.  
  272.     Next, type the following in a CLI/Shell window:
  273.  
  274.         CD "Birds of Prey:"
  275.         GSG C TEMP:bop bop_c
  276.  
  277. Comments:    Enter '19050' at the prompt.
  278.  
  279. Originator:    Mark Knibbs
  280.  
  281.  
  282.  
  283. "Breach" (Omnitrend/Artronic) 1.06
  284. --------
  285.  
  286.     File to alter:    "Breach" on disk "Breach"
  287.     File length:    101448
  288.  
  289.         Offset        Change From    Change To
  290.         ------        -----------    ---------
  291.         $00F7BC        4E55 FF02    50C0 4E75
  292.  
  293.     Original CRC  Checksum = $08B5CC7F
  294.     Original WRAP Checksum = $2EC164D2
  295.  
  296.     Final CRC  Checksum = $B4A3BCDF
  297.     Final WRAP Checksum = $2C57155F
  298.  
  299. Comments:    You no longer need to enter a key from the keys card.
  300.  
  301. Originator:    Mark Knibbs
  302.  
  303.  
  304.  
  305. "Budokan" (Electronic Arts)
  306. ---------
  307.  
  308.     You need to use a disk editor for this patch, such as DiskX or the
  309.     EditorTool in ProjectD 2.0.
  310.  
  311.         On disk 1, locate block 90, track 4, sector 2, head 0.
  312.  
  313.         Search for the hex string 6700 000E 6100 FC08
  314.         Replace this with 4E71 4E71 4E71 4E71
  315.  
  316.     If your disk editor has a facility to correct the DOS block checksum,
  317.     DO NOT DO THIS.
  318.  
  319. Comments:    Identify the crest as anything.
  320.  
  321. Originator:    LockPick 2.0 parameter
  322.  
  323.  
  324.  
  325. "Champions of Krynn" (Strategic Simulations, Inc.) 1.0
  326. --------------------
  327.  
  328.     File to alter:    "game" on disk "Disk One"
  329.     File length:    479844
  330.  
  331.         Offset        Change From    Change To
  332.         ------        -----------    ---------
  333.         $0125C6        6600 FD98    4E71 4E71
  334.         $0125EC        6600 0012    4E71 4E71
  335.  
  336.     Original CRC  Checksum = $269CFBA1
  337.     Original WRAP Checksum = $D95F34C9
  338.  
  339.     Final CRC  Checksum = $33D1D755
  340.     Final WRAP Checksum = $A014FDFA
  341.  
  342. Comments:    Enter anything at the protection check
  343.  
  344. Originator:    Mark Knibbs
  345.  
  346.  
  347.  
  348. "CJ in the USA" (Genesis Software/Codemasters) 18.5.92 (date from disk name)
  349. ---------------
  350.  
  351.     File to alter:    "VC" on disk "CJ IN THE USA (18.5.92)"
  352.     File length:    8384
  353.  
  354.     The alterations needed here are quite involved. I will assume that you
  355.     are using the 'Hex' file editor. You will also need FImp from the
  356.     Imploder 4.0 distribution.
  357.  
  358.     Load the VC file into Hex.
  359.     Click in the Start string gadget and enter the value 1E8.
  360.     The start of the file should read 'CHFI'. Change this to 'IMP!'.
  361.     Click in the End string gadget and change 1ED7 to 1ED1.
  362.     Save the file as 'RAM:VCmain.im'
  363.     From a CLI/Shell window enter the command 'FImp RAM:VCmain'. The file
  364.         RAM:VCmain should be 23500 bytes long.
  365.     Load the file 'RAM:VCmain' into Hex. Make the following changes:
  366.  
  367.         Offset        Change From    Change To
  368.         ------        -----------    ---------
  369.         $000052        6100 0BC8    4E71 4E71
  370.         $00067E        67        60
  371.  
  372.     Save the modified file back as 'RAM:VCmain'.
  373.     From a CLI/Shell window enter the command 'FImp RAM:VCmain'. The file
  374.         RAM:VCmain.im should be 7888 bytes long.
  375.     Load the VC file from your (copy of the) CJ in the USA disk.
  376.     Move to offset $1E8. Select 'Insert File...' from the Project menu, and
  377.         select the file 'RAM:VCmain.im'.
  378.     Still at offset $1E8, change the 'IMP!' string to 'CHFI'.
  379.     Save the file as 'VC' on your CJ in the USA disk.
  380.  
  381.     Original CRC  Checksum for VC file = $B5EE5BC9
  382.     Original WRAP Checksum for VC file = $E864AF82
  383.  
  384.     Final CRC  Checksum for VC file = $113DF5A4
  385.     Final WRAP Checksum for VC file = $0DF662E8
  386.  
  387. Comments:    This patch removes the Rob Northen on-disk copy-protection.
  388.  
  389. Originator:    Mark Knibbs
  390.  
  391.  
  392.  
  393. "Colorado" (Silmarils/Action 16)
  394. ----------
  395.  
  396.     File to alter:    "T.X" on disk "Empty"
  397.     File length:    51140
  398.  
  399.         Offset        Change From    Change To
  400.         ------        -----------    ---------
  401.         $000972        4EB9        6004
  402.  
  403.     Original CRC  Checksum = $39EF1466
  404.     Original WRAP Checksum = $917E361D
  405.  
  406.     Final CRC  Checksum = $DE26600B
  407.     Final WRAP Checksum = $917E24D2
  408.  
  409. Comments:    This patch removes the on-disk copy-protection.
  410.  
  411. Originator:    Mark Knibbs
  412.  
  413.  
  414.  
  415. "Defender of the Crown" (Cinemaware)
  416. -----------------------
  417.  
  418.     File to alter:    "Defender" on disk "Defender1"
  419.     File length:    85324
  420.  
  421.         Offset        Change From    Change To
  422.         ------        -----------    ---------
  423.         $00DBAA        56CB FFFC 5548    2B3C 0000 0010
  424.         $00DBB2        5243 66EC 9043    203C 0000 03D8
  425.  
  426.     Original CRC  Checksum = $6AB84734
  427.     Original WRAP Checksum = $5EB85459
  428.  
  429.     Final CRC  Checksum = $98FEB406
  430.     Final WRAP Checksum = $1D273C0E
  431.  
  432. Comments:    This patch removes the on-disk copy-protection.
  433.  
  434. Originator:    LockPick 2.0 parameter
  435.  
  436.  
  437.  
  438. "Demon's Tomb - The Awakening" (Silhouette Software/Melbourne House) 1.00
  439. ------------------------------
  440.  
  441.     File to alter:    "game" on disk "Demon's_Tomb"
  442.     File length:    80864
  443.  
  444.         Offset        Change From    Change To
  445.         ------        -----------    ---------
  446.         $000DBA        4EBA F44C    4200 4E71
  447.  
  448.     Original CRC  Checksum = $3C2056DB
  449.     Original WRAP Checksum = $3A8CE456
  450.  
  451.     Final CRC  Checksum = $ED2BDBE3
  452.     Final WRAP Checksum = $E067F110
  453.  
  454. Comments:    This patch removes the on-disk copy-protection.
  455.  
  456. Originator:    Mark Knibbs
  457.  
  458.  
  459.  
  460. "D/Generation" (Mindscape) 1.04/1.05 Jun 12 1992
  461. --------------
  462. [Version string in dgen file says 1.04, in-game text says 1.05.]
  463.  
  464.     File to alter:    "dgen" on disk "DGEN1"
  465.     File length:    134220
  466.  
  467.         Offset        Change From    Change To
  468.         ------        -----------    ---------
  469.         $01C38D        00        01
  470.  
  471.     Original CRC  Checksum = $5A47D248
  472.     Original WRAP Checksum = $C4CF4A2C
  473.  
  474.     Final CRC  Checksum = $14851D59
  475.     Final WRAP Checksum = $C4CE4A2C
  476.  
  477. Comments:    This patch removes the Rob Northen on-disk copy-protection.
  478.         Disk 2 no longer needs to be protected.
  479.  
  480. Originator:    Mark Knibbs
  481.  
  482.  
  483.  
  484. "Dizzy Collection" (Codemasters)
  485. ------------------
  486.  
  487. This is a two disk compilation of Dizzy games. Disk 1 contains Dizzy Panic and
  488. Spellbound Dizzy; disk 2 contains Bubble Dizzy, Prince of the Yolkfolk and
  489. Kwiksnax. The file 'VC' needs to be patched on both disks. The method used is
  490. similar to that for the 'CJ in the USA' patch given above.
  491.  
  492. Disk 1
  493. ------
  494.     File to alter:    "VC" on disk "SPELLBOUND (AMIGA V1.1)"
  495.     File length:    6548
  496.  
  497.     The alterations needed here are quite involved. I will assume that you
  498.     are using the 'Hex' file editor. You will also need FImp from the
  499.     Imploder 4.0 distribution.
  500.  
  501.     Load the VC file into Hex.
  502.     Click in the Start string gadget and enter the value 1E8.
  503.     The start of the file should read 'CHFI'. Change this to 'IMP!'.
  504.     Click in the End string gadget and change 17AB to 17A5.
  505.     Save the file as 'RAM:VCmain.im'
  506.     From a CLI/Shell window enter the command 'FImp RAM:VCmain'. The file
  507.         RAM:VCmain should be 20308 bytes long.
  508.     Load the file 'RAM:VCmain' into Hex. Make the following changes:
  509.  
  510.         Offset        Change From    Change To
  511.         ------        -----------    ---------
  512.         $000164        41FA        4E75
  513.         $000A9A        67        60
  514.  
  515.     Save the modified file back as 'RAM:VCmain'.
  516.     From a CLI/Shell window enter the command 'FImp RAM:VCmain'. The file
  517.         RAM:VCmain.im should be 6054 bytes long.
  518.     Load the VC file from (your copy of) disk 1.
  519.     Move to offset $1E8. Select 'Insert File...' from the Project menu, and
  520.         select the file 'RAM:VCmain.im'.
  521.     Still at offset $1E8, change the 'IMP!' string to 'CHFI'.
  522.     Save the file as 'VC' on disk 1.
  523.  
  524.     Original CRC  Checksum for VC file = $7F863387
  525.     Original WRAP Checksum for VC file = $9C6D93DE
  526.  
  527.     Final CRC  Checksum for VC file = $02E4882E
  528.     Final WRAP Checksum for VC file = $AE5B7B68
  529.  
  530. Disk 2
  531. ------
  532.     File to alter:    "VC" on disk "YOLKFOLK (AMIGA V1.1)"
  533.     File length:    38208
  534.  
  535.     The alterations needed here are quite involved. I will assume that you
  536.     are using the 'Hex' file editor. You will also need FImp from the
  537.     Imploder 4.0 distribution.
  538.  
  539.     Load the VC file into Hex.
  540.     Click in the Start string gadget and enter the value 1E8.
  541.     The start of the file should read 'CHFI'. Change this to 'IMP!'.
  542.     Click in the End string gadget and change 9357 to 9351.
  543.     Save the file as 'RAM:VCmain.im'
  544.     From a CLI/Shell window enter the command 'FImp RAM:VCmain'. The file
  545.         RAM:VCmain should be 52448 bytes long.
  546.     Load the file 'RAM:VCmain' into Hex. Make the following changes:
  547.  
  548.         Offset        Change From    Change To
  549.         ------        -----------    ---------
  550.         $000178        41FA        4E75
  551.         $000AA6        67        60
  552.  
  553.     Save the modified file back as 'RAM:VCmain'.
  554.     From a CLI/Shell window enter the command 'FImp RAM:VCmain'. The file
  555.         RAM:VCmain.im should be 37712 bytes long.
  556.     Load the VC file from (your copy of) disk 2.
  557.     Move to offset $1E8. Select 'Insert File...' from the Project menu, and
  558.         select the file 'RAM:VCmain.im'.
  559.     Still at offset $1E8, change the 'IMP!' string to 'CHFI'.
  560.     Save the file as 'VC' on disk 2.
  561.  
  562.     Original CRC  Checksum for VC file = $C9C7E6AD
  563.     Original WRAP Checksum for VC file = $94F24E33
  564.  
  565.     Final CRC  Checksum for VC file = $7910E490
  566.     Final WRAP Checksum for VC file = $3D181B4A
  567.  
  568. Comments:     This patch removes the Rob Northen on-disk copy-protection.
  569.  
  570. Originator:    Mark Knibbs
  571.  
  572.  
  573.  
  574. "DragonStrike" (Strategic Simulations, Inc.) 1.0
  575. --------------
  576.  
  577.     File to alter:    "DStrike" on disk "DStrike"
  578.     File length:    100292
  579.  
  580.         Offset        Change From    Change To
  581.         ------        -----------    ---------
  582.         $00211A        6E        60
  583.  
  584.     Original CRC  Checksum = $67EAFEF8
  585.     Original WRAP Checksum = $309700D6
  586.  
  587.     Final CRC  Checksum = $5C9FBFAE
  588.     Final WRAP Checksum = $30970ED6
  589.  
  590. Comments:    Enter anything at the protection check
  591.  
  592. Originator:    Mark Knibbs
  593.  
  594.  
  595.  
  596. "Emerald Mine" (Kingsoft)
  597. --------------
  598.  
  599. There are at least four versions of the Emerald Mine game engine around. The
  600. earliest is 28152 bytes long and seems to be unprotected. The time and score
  601. appear in the top-left corner of the screen during play. I give patches here
  602. for the other three versions, which I have dubbed 'Release 2', 'Release 3' and
  603. 'Release 4'. Release 3 has some minor improvements, like being slightly more
  604. system-legal during startup, and can run on NTSC machines. Also, the data files
  605. used by release 3 are encrypted, making it harder to cheat by editing the 'nam'
  606. file. Release 4 is broadly similar.
  607.  
  608. Release 2
  609.  
  610.     File to alter:    "em" on disk "Emerald Mine", dated 24-Oct-86 13:24:13
  611.     File length:    30184
  612.  
  613.         Offset        Change From    Change To
  614.         ------        -----------    ---------
  615.         $00070D        BA 3B 18    71 4E 71
  616.         $001EDA        67        60
  617.  
  618.     Original CRC  Checksum = $A26B0895
  619.     Original WRAP Checksum = $9DF942C0
  620.  
  621.     Final CRC  Checksum = $B83C0A6B
  622.     Final WRAP Checksum = $9E423667
  623.  
  624.  
  625. Release 3
  626.  
  627.     File to alter:    "em" on disk "Emerald Mine", dated 19-Sep-87 20:33:37
  628.     File length:    30440
  629.  
  630.         Offset        Change From    Change To
  631.         ------        -----------    ---------
  632.         $00067B        BA 51 B6    71 4E 71
  633.         $0006EE        65        60
  634.         $00205A        67        60
  635.         $0020CC        67        60
  636.         $0026AF        18 D8 78 01 F2    7B 4E 71 4E 71
  637.         $003CD2        01F4 DE78 01F2    0257 4E71 4E71
  638.  
  639.     Original CRC  Checksum = $382F4312
  640.     Original WRAP Checksum = $3EC35708
  641.  
  642.     Final CRC  Checksum = $56B0DB6A
  643.     Final WRAP Checksum = $6315C98E
  644.  
  645.  
  646. Release 4
  647.  
  648.     File to alter:    "em" on disk "Emerald Mine", dated 24-Nov-87 12:05:15
  649.     File length:    30628
  650.  
  651.         Offset        Change From    Change To
  652.         ------        -----------    ---------
  653.         $000677        BA 52 78    71 4E 71
  654.         $0006E6        65        60
  655.         $002118        67        60
  656.         $00218A        67        60
  657.         $00276D        18 D8 78 01 F2    7B 4E 71 4E 71
  658.         $003D90        01F4 DE78 01F2    0257 4E71 4E71
  659.  
  660.     Original CRC  Checksum = $29984D26
  661.     Original WRAP Checksum = $2CAAFDE0
  662.  
  663.     Final CRC  Checksum = $089DEB4A
  664.     Final WRAP Checksum = $9DEF2436
  665.  
  666. Comments:    These patches remove the disk-based copy-protection. They do
  667.         not attempt to make the game any more system-legal (which is
  668.         possible; I have EM running from my hard drive under 3.0 and
  669.         68030). How about releasing an updated, hard-disk installable
  670.         version, Kingsoft? The author of The Settlers, Volker Wertich,
  671.         was a co-author of EM; it's nice to see that he's still writing
  672.         really cool games...
  673.  
  674. Originator:    Mark Knibbs
  675.  
  676.  
  677.  
  678. "Epic" (Digital Image Design/Ocean) 3.17
  679. ------
  680.  
  681.     File to alter:    "EPIC/EPIC" on disk "EPIC1"
  682.     File length:    199712
  683.  
  684.         Offset        Change From    Change To
  685.         ------        -----------    ---------
  686.         $026750        67        60
  687.         $026758        67        60
  688.  
  689.     Original CRC  Checksum = $7FF27CA5
  690.     Original WRAP Checksum = $78FE75A8
  691.  
  692.     Final CRC  Checksum = $98C612DC
  693.     Final WRAP Checksum = $86FE75A8
  694.  
  695. Comments:    This patch is for the hard-disk installable version 3.17 of
  696.         Epic, as supplied in the A600HD software bundle. To check
  697.         which version you have, use a file editor to search for the
  698.         string '$Revision:'. If you have a different version, try
  699.         searching for the hex string B200 67F4 6000 0008 4A11 6700,
  700.         and changing both occurrences of 67 to 60.
  701.         Enter anything when asked to enter a word from the manual.
  702.  
  703. Originator:    Mark Knibbs
  704.  
  705.  
  706.  
  707. "Escape From Singe's Castle" (ReadySoft)
  708. ----------------------------
  709.  
  710.     File to alter:    "Escape" on disk "escape A"
  711.     File length:    53492
  712.  
  713.         Offset        Change From    Change To
  714.         ------        -----------    ---------
  715.         $00569C        66        60
  716.         $00A41A        6770        4E71
  717.         $00BED2        6600 0252    4E71 4E71
  718.  
  719.     Original CRC  Checksum = $37C6FCE9
  720.         Original WRAP Checksum = $D3DAA690
  721.  
  722.     Final CRC  Checksum = $ACA0056E
  723.     Final WRAP Checksum = $8DBBD71E
  724.  
  725. Comments:    The protection screen will no longer appear. The version of
  726.         the game that I have refuses to work under 2.0/3.0. If anyone
  727.         has a patch to correct this, please let me know.
  728.  
  729. Originator:    Mark Knibbs
  730.  
  731.  
  732.  
  733. "ESWAT" (U.S. Gold)
  734. -------
  735.  
  736.     File to alter:    "eswat" on disk "Eswat Disk #1"
  737.     File length:    97520
  738.  
  739.         Offset        Change From    Change To
  740.         ------        -----------    ---------
  741.         $00B564        303C 009E 61    7200 4278 00
  742.         $00B56A        00AA        4E75
  743.  
  744.     Original CRC  Checksum = $BD2BAB4B
  745.     Original WRAP Checksum = $8689094B
  746.  
  747.     Final CRC  Checksum = $123E9C3D
  748.     Final WRAP Checksum = $A5C479A6
  749.  
  750. Comments:    This patch removes the on-disk copy-protection.
  751.  
  752. Originator:    Mark Knibbs
  753.  
  754.  
  755.  
  756. "Extensor" (Golden Games/Smash 16)
  757. ----------
  758.  
  759. Firstly, remove the 'Stack 6000' line from the s/startup-sequence file on the
  760. Extensor disk; this command is actually part of the copy-protection.
  761.     
  762. Then alter the following file:
  763.  
  764.     File to alter:    "Extensor" on disk "Extensor"
  765.     File length:    192
  766.  
  767.         Offset        Change From    Change To
  768.         ------        -----------    ---------
  769.         $000076        4B 45 56    64 6F 73
  770.  
  771.     Original CRC  Checksum = $EEF588B4
  772.     Original WRAP Checksum = $C7400A3B
  773.  
  774.     Final CRC  Checksum = $9A6BFCBA
  775.     Final WRAP Checksum = $AA3FF111
  776.  
  777. Comments:    This patch removes the on-disk copy-protection. The changes to
  778.         the 'Extensor' file above simply replace the string
  779.         'KEV.library' with 'dos.library'. The 'Stack' program patches
  780.         Exec OpenLibrary() to do this if the copy-protection check
  781.         passed. However, the loader program itself is very badly coded.
  782.         It uses A5 instead of A6 when calling the Exec and DOS
  783.         libraries; hence it doesn't work under Kickstarts later than
  784.         1.3. Also, the game uses memory without allocating it first.
  785.  
  786. Originator:    Mark Knibbs
  787.  
  788.  
  789.  
  790. "F/A-18 Interceptor" (Bob Dinnerman/Electronic Arts)
  791. --------------------
  792.  
  793.     File to alter:    "F-18 Interceptor" on disk "F-18 Interceptor"
  794.     File length:    331232
  795.  
  796.         Offset        Change From    Change To
  797.         ------        -----------    ---------
  798.         $01CE60        660E        4E71
  799.  
  800.     Original CRC  Checksum = $FF0BB918
  801.     Original WRAP Checksum = $3FDA62E5
  802.  
  803.     Final CRC  Checksum = $EE8A1D80
  804.     Final WRAP Checksum = $577762E5
  805.  
  806. Comments:    Enter any countercode when prompted.
  807.  
  808. Originator:    Nib 2.0 parameter
  809.  
  810.  
  811.  
  812. "Formula One Grand Prix" (Geoff Crammond/MicroProse) 1.02
  813. ------------------------
  814.  
  815.     File to alter:    "f1gp" on disk "f1gp_disk_#2"
  816.     File length:    582992
  817.  
  818.         Offset        Change From    Change To
  819.         ------        -----------    ---------
  820.         $0009AE        B2 91 67    22 11 60
  821.         $0345F0        6600 0008    4E71 4E71
  822.  
  823.     Original CRC  Checksum = $125C0E95
  824.     Original WRAP Checksum = $F836E112
  825.  
  826.     Final CRC  Checksum = $99AC3456
  827.     Final WRAP Checksum = $16C6232A
  828.  
  829. Comments:    Enter anything when prompted.
  830.  
  831. Originator:    The Company & Vision Factory
  832.  
  833.  
  834.  
  835. "Frontier" (David Braben/Gametek) [English versions]
  836. ----------
  837.  
  838. Version to Gametek (Release 1) 1.00
  839.  
  840.     File to alter:    "Frontier" on disk "Frontier"
  841.     File length:    645752
  842.  
  843.         Offset        Change From    Change To
  844.         ------        -----------    ---------
  845.         $084EB4        67        60
  846.  
  847.     Original CRC  Checksum = $B0D17DAF
  848.     Original WRAP Checksum = $B9F8CDF2
  849.  
  850.     Final CRC  Checksum = $B0A8218D
  851.     Final WRAP Checksum = $C0F8CDF2
  852.  
  853.  
  854. Version to Gametek (Release 4) 1.05
  855.  
  856.     File to alter:    "Frontier" on disk "Frontier"
  857.     File length:    646772
  858.  
  859.         Offset        Change From    Change To
  860.         ------        -----------    ---------
  861.         $085278        67        60
  862.  
  863.     Original CRC  Checksum = $6360BEB9
  864.     Original WRAP Checksum = $7DF8651C
  865.  
  866.     Final CRC  Checksum = $F41C4B5C
  867.     Final WRAP Checksum = $84F8651C
  868.  
  869. Comments:     Press any letter key whenever the protection screen appears.
  870.         There are several versions of Frontier around. To check which
  871.         version you have, search for the string 'Version'. If your
  872.         version is different, try searching for the hex string
  873.         28BB B002 6704 E88B, and change the 67 in this to 60.
  874.  
  875. Originator:    Mark Knibbs
  876.  
  877.  
  878.  
  879. "Gods" (Bitmap Brothers/Renegade) 1.00
  880. ------
  881.  
  882.     You need to use a disk editor for this patch, such as DiskX or the
  883.     EditorTool in ProjectD 2.0.
  884.  
  885.         On disk 1, locate block 1086, track 49, sector 8, head 0.
  886.  
  887.         Search for the hex string 84 31C7 85F0 3121 1512 A3.
  888.         Replace this with EC EA4C F3F1 5E2C F3F2 B6.
  889.  
  890.     If your disk editor has a facility to correct the DOS block checksum,
  891.     DO NOT DO THIS.
  892.  
  893. Comments:    This patch removes the on-disk copy-protection.
  894.         To check the version number of your game, use the disk editor
  895.         to display the bootblock as ASCII text.
  896.  
  897. Originator:    Crystal
  898.  
  899.  
  900.  
  901. "Gridrunner" (Llamasoft) 28/2/90
  902. ------------
  903.  
  904.     File to alter:    "GRIDRUN" on disk "protec"
  905.     File length:    303748
  906.  
  907.         Offset        Change From    Change To
  908.         ------        -----------    ---------
  909.         $04097E        $48E7 7F7E    4200 4E75
  910.  
  911.     Original CRC  Checksum = $D039FB81
  912.     Original WRAP Checksum = $1B466DB5
  913.  
  914.     Final CRC  Checksum = $4860C24C
  915.     Final WRAP Checksum = $4C4F749C
  916.  
  917. Comments:    This patch removes the on-disk copy-protection.
  918.  
  919. Originator:    Mark Knibbs
  920.  
  921.  
  922.  
  923. "Knights of the Sky" (MicroProse) 3.01
  924. --------------------
  925.  
  926.     File to alter:    "knights" on disk "kots1"
  927.     File length:    253248
  928.  
  929.         Offset        Change From    Change To
  930.         ------        -----------    ---------
  931.         $03D174        BA6D        3A2D
  932.         $03D178        6658        4E71
  933.  
  934.     Original CRC  Checksum = $9538E019
  935.     Original WRAP Checksum = $A1077959
  936.  
  937.     Final CRC  Checksum = $43FB5665
  938.     Final WRAP Checksum = $392E795A
  939.  
  940. Comments:    Select any squadron at the protection check.
  941.  
  942. Originator:    Crystal
  943.  
  944.  
  945.  
  946. "Kult" (Ere Informatique/Exxos)
  947. ------
  948.  
  949.     File to alter:    "KULT" on disk "BILLIARD"
  950.     File length:    131440
  951.  
  952.         Offset        Change From    Change To
  953.         ------        -----------    ---------
  954.         $0000DE        3F39        6044
  955.  
  956.     Original CRC  Checksum = $4BF4F050
  957.     Original WRAP Checksum = $0C8C4402
  958.  
  959.     Final CRC  Checksum = $F20E90DD
  960.     Final WRAP Checksum = $0C8C22F7
  961.  
  962. Comments:    This patch removes the on-disk copy-protection.
  963.  
  964. Originator:    Mark Knibbs
  965.  
  966.  
  967.  
  968. "Line of Fire" (Creative Materials/U.S. Gold)
  969. --------------
  970.  
  971.     You need Imploder 4.0 to carry out this patch. Run Imploder, and load
  972.     the file "line" from the disk "LOF Data". When asked whether you want
  973.     to deplode the file, click 'Yes'. Select an output file (e.g.
  974.     "RAM:line").
  975.  
  976.     Then make the following changes to the output file.
  977.  
  978.         Offset        Change From    Change To
  979.         ------        -----------    ---------
  980.         $0091D8        41F9 0000    7200 4E75
  981.  
  982.     Original CRC  Checksum for decompressed "line" file = $ECA3E475
  983.     Original WRAP Checksum for decompressed "line" file = $14725166
  984.  
  985.     Final CRC  Checksum for decompressed "line" file = $FAB136F9
  986.     Final WRAP Checksum for decompressed "line" file = $E46B02F0
  987.  
  988.     Next, use Imploder to compress the modified file with compression mode
  989.     5, and save it over the original version.
  990.  
  991. Comments:    This patch removes the on-disk copy-protection. In fact, the
  992.         on-disk protection is not very effective anyway; I backed up my
  993.         original with SuperDuper, and the copy worked fine!
  994.  
  995. Originator:    Mark Knibbs
  996.  
  997.  
  998.  
  999. "M1 Tank Platoon" (MicroProse) 849.01
  1000. -----------------
  1001.  
  1002.     File to alter:    "tankst" on disk "M1 Tank Platoon"
  1003.     File length:    221948
  1004.  
  1005.         Offset        Change From    Change To
  1006.         ------        -----------    ---------
  1007.         $011DB9        F4        F2
  1008.  
  1009.     Original CRC  Checksum = $3B2EC986
  1010.     Original WRAP Checksum = $F1AE99D9
  1011.  
  1012.     Final CRC  Checksum = $D9A31B70
  1013.     Final WRAP Checksum = $F1B099D9
  1014.  
  1015. Comments:    Select any vehicle on the protection screen.
  1016.  
  1017. Originator:    Mark Knibbs
  1018.  
  1019.  
  1020.  
  1021. "Magnetic Scrolls Collection Volume 1" (Magnetic Scrolls) 1.02 (10/7/91)
  1022. --------------------------------------
  1023.  
  1024. There are three files to patch, corresponding to "Corruption", "Guild of
  1025. Thieves" and "Fish!". If anyone has patches to fix the crash upon exit under
  1026. Workbench 3.0 (and 68030), please let me know.
  1027.  
  1028. "Corruption"
  1029. ------------
  1030.     File to alter:    "corr.2" on disk "Collection Three"
  1031.     File length:    772654
  1032.  
  1033.         Offset        Change From        Change To
  1034.         ------        -----------        ---------
  1035.         $007C16        6100 1D8C 4A01 660A    4E71 4E71 4E71 4E71
  1036.         $007C1E        41EC 9076 610E 6100    4E71 4E71 4E71 4E71
  1037.         $007C26        1D96            4E71
  1038.  
  1039.     Original CRC  Checksum = $D053451F
  1040.     Original WRAP Checksum = $46042EEB
  1041.  
  1042.     Final CRC  Checksum = $50881DBF
  1043.     Final WRAP Checksum = $814C1247
  1044.  
  1045. "Fish!"
  1046. -------
  1047.     File to alter:    "fish.2" on disk "Collection Four"
  1048.     File length:    593572
  1049.  
  1050.         Offset        Change From        Change To
  1051.         ------        -----------        ---------
  1052.         $007D2C        6100 FF6C 4A01 660A    4E71 4E71 4E71 4E71
  1053.         $007D34        41EC 9076 610E 6100    4E71 4E71 4E71 4E71
  1054.         $007C3C        FF76            4E71
  1055.  
  1056.     Original CRC  Checksum = $CDBC528A
  1057.     Original WRAP Checksum = $1BC5F253
  1058.  
  1059.     Final CRC  Checksum = $567E3F59
  1060.     Final WRAP Checksum = $E1030F7B
  1061.  
  1062. "Guild of Thieves"
  1063. ------------------
  1064.     File to alter:    "guild.2" on disk "Collection Two"
  1065.     File length:    599059
  1066.  
  1067.         Offset        Change From        Change To
  1068.         ------        -----------        ---------
  1069.         $008A2C        6100 FE6C 4A01 660A    4E71 4E71 4E71 4E71
  1070.         $008A34        41EC 9076 610E 6100    4E71 4E71 4E71 4E71
  1071.         $008A3C        FE76            4E71
  1072.  
  1073.     Original CRC  Checksum = $E0A32646
  1074.     Original WRAP Checksum = $C543254A
  1075.  
  1076.     Final CRC  Checksum = $AF039564
  1077.         Final WRAP Checksum = $89804173
  1078.  
  1079. Comments:    The game will no longer ask for a word from the manual.
  1080.  
  1081. Originator:    Crystal
  1082.  
  1083.  
  1084.  
  1085. "Mindfighter" (Abstract Concepts/Activision)
  1086. -------------
  1087.  
  1088.     File to alter:    "Begin" on disk "Mindfighter"
  1089.     File length:    20284
  1090.  
  1091.         Offset        Change From    Change To
  1092.         ------        -----------    ---------
  1093.         $0049F0        48E7 7F7E    4200 4E75
  1094.  
  1095.     Original CRC  Checksum = $B636439A
  1096.     Original WRAP Checksum = $E3BCE3F8
  1097.  
  1098.     Final CRC  Checksum = $1512AD76
  1099.     Final WRAP Checksum = $EAA41501
  1100.  
  1101. Comments:    This patch removes the on-disk copy-protection.
  1102.  
  1103. Originator:    Mark Knibbs
  1104.  
  1105.  
  1106.  
  1107. "MovieSetter" (Gold Disk) 1.0P
  1108. -------------
  1109.  
  1110. There are three files to patch.
  1111.  
  1112.     File to alter:    "MovieSetter" on disk "MovieSetter"
  1113.     File length:    235044
  1114.  
  1115.         Offset        Change From    Change To
  1116.         ------        -----------    ---------
  1117.         $01AA09        BA        71
  1118.         $01AA10        10B2 4A40 67    4E71 4E71 60
  1119.  
  1120.     Original CRC  Checksum = $918ADD33
  1121.     Original WRAP Checksum = $09C8E8D4
  1122.  
  1123.     Final CRC  Checksum = $0F64E9D6
  1124.     Final WRAP Checksum = $05E0B215
  1125.  
  1126.  
  1127.     File to alter:    "SceneEditor" on disk "MovieSetter"
  1128.     File length:    180880
  1129.  
  1130.         Offset        Change From    Change To
  1131.         ------        -----------    ---------
  1132.         $013249        AC        71
  1133.         $01324A        8344 4A40 67    4E71 4E71 60
  1134.  
  1135.     Original CRC  Checksum = $ACD0AD06
  1136.     Original WRAP Checksum = $CDE8FC58
  1137.  
  1138.     Final CRC  Checksum = $75E0826E
  1139.     Final WRAP Checksum = $C9F3382B
  1140.  
  1141.  
  1142.     File to alter:    "SetEditor" on disk "MovieSetter"
  1143.     File length:    137792
  1144.  
  1145.         Offset        Change From    Change To
  1146.         ------        -----------    ---------
  1147.         $00B8D5        AC        71
  1148.         $00B8D6        8140 4A40 67    4E71 4E71 60
  1149.  
  1150.     Original CRC  Checksum = $BACE8F69
  1151.     Original WRAP Checksum = $6116DDC7
  1152.  
  1153.     Final CRC  Checksum = $E4841EAC
  1154.     Final WRAP Checksum = $5D211796
  1155.  
  1156. Comments:    You will no longer be asked to enter a word from the manual.
  1157.  
  1158. Originator:    Mark Knibbs
  1159.  
  1160.  
  1161.  
  1162. "Ogre" (Origin) 1.06
  1163. ------
  1164.  
  1165.     File to alter:    "ogre.ago" on disk "XELOK-1V2-SIG1"
  1166.     File length:    133232
  1167.  
  1168.         Offset        Change From    Change To
  1169.         ------        -----------    ---------
  1170.         $019737        01        00
  1171.  
  1172.     Original CRC  Checksum = $9F16A91A
  1173.     Original WRAP Checksum = $9832DA7B
  1174.  
  1175.     Final CRC  Checksum = $3B3091D7
  1176.     Final WRAP Checksum = $9832DA7C
  1177.  
  1178. Comments:    This patch removes the on-disk copy-protection. If you have a
  1179.         different version of Ogre, try searching for the string
  1180.         "Not a valid original disk!". If the byte immediately before
  1181.         this is 01, change it to 00.
  1182.  
  1183. Originator:    Mark Knibbs
  1184.  
  1185.  
  1186.  
  1187. "Pool" (Icon Design/Mastertronic)
  1188. ------
  1189.  
  1190.     File to alter:    "pool.o" on disk "POOL500"
  1191.     File length:    25460
  1192.  
  1193.         Offset        Change From    Change To
  1194.         ------        -----------    ---------
  1195.         $000028        4EB9        6004
  1196.         $000032        66        60
  1197.  
  1198.     Original CRC  Checksum = $F7CE4D96
  1199.     Original WRAP Checksum = $127CD8A7
  1200.  
  1201.     Final CRC  Checksum = $F943B252
  1202.     Final WRAP Checksum = $0131DEA7
  1203.  
  1204. Comments:    This patch removes the on-disk copy-protection.
  1205.  
  1206. Originator:    Mark Knibbs
  1207.  
  1208.  
  1209.  
  1210. "Ports Of Call" (Aegis) 1.0
  1211. ---------------
  1212.  
  1213.     File to alter:    "PortsOfCall" on disk "PoC"
  1214.     File length:    178996
  1215.  
  1216.         Offset        Change From    Change To
  1217.         ------        -----------    ---------
  1218.         $0038DA        67        60
  1219.  
  1220.     Original CRC  Checksum = $DE7F080B
  1221.     Original WRAP Checksum = $853084F4
  1222.  
  1223.     Final CRC  Checksum = $6268FCBB
  1224.     Final WRAP Checksum = $85308BF4
  1225.  
  1226. Comments:    Enter anything at the protection check.
  1227.  
  1228. Originator:    FreeCopy 1.8 parameter
  1229.  
  1230.  
  1231.  
  1232. "Railroad Tycoon" (MicroProse) 855.01
  1233. -----------------
  1234.  
  1235.     File to alter:    "game" on disk "RAILA"
  1236.     File length:    328628
  1237.  
  1238.         Offset        Change From    Change To
  1239.         ------        -----------    ---------
  1240.         $03ACDE        6626        4E71
  1241.  
  1242.     Original CRC  Checksum = $D4EA9816
  1243.     Original WRAP Checksum = $4BEF139D
  1244.  
  1245.     Final CRC  Checksum = $2C93FE7A
  1246.     Final WRAP Checksum = $4BEF2B52
  1247.  
  1248. Comments:    Select any train on the protection screen.
  1249.  
  1250. Originator:    Mark Knibbs
  1251.  
  1252.  
  1253.  
  1254. "Sorcerer" (Infocom)
  1255. ----------
  1256.  
  1257. Release 13 / Serial number 851021
  1258.  
  1259.     File to alter:    "story.data" on disk "Sorcerer Disk"
  1260.     File length:    109056
  1261.  
  1262.         Offset        Change From    Change To
  1263.         ------        -----------    ---------
  1264.         $00001C         33D7        3743    ;New game checksum
  1265.         $00FA78         01E4        FF64
  1266.         $00FA80         02DC        FF5C
  1267.         $00FA88         03D4        FF54
  1268.         $00FA90         04CC        FF4C
  1269.         $00FA99         05        FF
  1270.         $00FA9A         00        80
  1271.  
  1272.     Original CRC  Checksum = $D886E08C
  1273.     Original WRAP Checksum = $1B6E0D62
  1274.  
  1275.     Final CRC  Checksum = $E6B8447F
  1276.     Final WRAP Checksum = $27078D5E
  1277.  
  1278.  
  1279. Release 15 / Serial number 851108
  1280.  
  1281.     File to alter:    "story.data" (see comments below)
  1282.     File length:    108683          ( "     "       "  )
  1283.  
  1284.         Offset        Change From    Change To
  1285.         ------        -----------    ---------
  1286.         $00001C         28E3        2C4F    ;New game checksum
  1287.         $00FA6E         01E4        FF64
  1288.         $00FA76         02DC        FF5C
  1289.         $00FA7E         03D4        FF54
  1290.         $00FA86         04CC        FF4C
  1291.         $00FA8F         05        FF
  1292.         $00FA90         00        80
  1293.  
  1294.     Original CRC  Checksum = $BE9A90B4
  1295.     Original WRAP Checksum = $0B30A688
  1296.  
  1297.     Final CRC  Checksum = $04D5E882
  1298.     Final WRAP Checksum = $87C0B58D
  1299.  
  1300.  
  1301. Release 18 / Serial number 860904
  1302.  
  1303.     File to alter:    "story.data" (see comments below)
  1304.     File length:    111052          ( "     "       "  )
  1305.  
  1306.         Offset        Change From    Change To
  1307.         ------        -----------    ---------
  1308.         $00001C         4FE6        5352    ;New game checksum
  1309.         $0103CA         01E4        FF64
  1310.         $0103D2         02DC        FF5C
  1311.         $0103DA         03D4        FF54
  1312.         $0103E2         04CC        FF4C
  1313.         $0103EB         05        FF
  1314.         $0103EC         00        80
  1315.  
  1316.     Original CRC  Checksum = $B0CE80BC
  1317.     Original WRAP Checksum = $FD28208A
  1318.  
  1319.     Final CRC  Checksum = $B282D8A2
  1320.     Final WRAP Checksum = $79B82F90
  1321.  
  1322. Comments:    This removes the Infotater copy-protection. The trunk will
  1323.         now open after pressing any five buttons. If you have Amiga
  1324.         LTOI I, you will find the Sorcerer data file in the Sorcerer
  1325.         directory on disk 1. Releases 15 and 18 were not (as far as
  1326.         I know) available on the Amiga; for example, release 15 was
  1327.         included in PC LTOI I. To use these versions with Infocom's
  1328.         Amiga interpreter, you will need to pad the file length to a
  1329.         multiple of 512 bytes.
  1330.  
  1331. Originator:    Mark Knibbs
  1332.  
  1333.  
  1334.  
  1335. "Starglider" (Argonaut Software/Rainbird)
  1336. ------------
  1337.  
  1338.     File to alter:    "SG" on disk "StarGlider"
  1339.     File length:    342296
  1340.  
  1341.         Offset        Change From    Change To
  1342.         ------        -----------    ---------
  1343.         $00A50B        FF        00
  1344.         $00A61B        FF        00
  1345.  
  1346.     Original CRC  Checksum = $929CF11A
  1347.     Original WRAP Checksum = $18DF3344
  1348.  
  1349.     Final CRC  Checksum = $19386170
  1350.     Final WRAP Checksum = $18DF3542
  1351.  
  1352. Comments:    You will always be asked to enter the word at page 2, paragraph
  1353.         3, word 3 ('BELIEFS') in the English novella, or page 30,
  1354.         paragraph 7, word 1 ('KATRA') in the German novella.
  1355.  
  1356. Originator:    Mark Knibbs
  1357.  
  1358.  
  1359.  
  1360. "Stationfall" (Infocom) Release 107 / Serial number 870430
  1361. -------------
  1362.  
  1363.     File to alter:    "Story.Data" on disk "Stationfall Disk"
  1364.     File length:    129024
  1365.  
  1366.         Offset        Change From    Change To
  1367.         ------        -----------    ---------
  1368.         $00001C         2871        2732    ;New game checksum
  1369.         $00BEE3        32        01
  1370.         $00BEE7        84        00
  1371.         $00BEE9        76        56
  1372.         $00BEEF        04        01
  1373.         $00BEF3        67        00
  1374.  
  1375.     Original CRC  Checksum = $C3825000
  1376.     Original WRAP Checksum = $918218F1
  1377.  
  1378.     Final CRC  Checksum = $A6EE0A42
  1379.     Final WRAP Checksum = $92E11A10
  1380.  
  1381. Comments:    Instead of entering the number corresponding to the current
  1382.         GST from form QX-17-T, just enter the current GST (displayed
  1383.         at the top of the interpreter window). If you have Amiga
  1384.         LTOI I, you will find the Stationfall data file in the
  1385.         Stationfall directory on disk 3. Interestingly, the game does
  1386.         not store all the numbers on form QX-17-T. It derives the
  1387.         course heading you should enter from the current GST as follows
  1388.         (round down to the nearest integer at each stage):
  1389.         Heading = ( (GST/50 - 132)^2 )/4 + 103
  1390.         The above patch simply changes the calculation to:
  1391.         Heading = GST.
  1392.  
  1393. Originator:    Mark Knibbs
  1394.  
  1395.  
  1396.  
  1397. "Storm Across Europe" (Strategic Simulations, Inc.) 1.0
  1398. ---------------------
  1399.  
  1400.     File to alter:    "Storm" on disk "Storm"
  1401.     File length:    318212
  1402.  
  1403.         Offset        Change From    Change To
  1404.         ------        -----------    ---------
  1405.         $0039F3        BA 0BA0        71 4E71
  1406.  
  1407.     Original CRC  Checksum = $1CA83A90
  1408.     Original WRAP Checksum = $8BB4B883
  1409.  
  1410.     Final CRC  Checksum = $53D7858F
  1411.     Final WRAP Checksum = $48E3B8CC
  1412.  
  1413. Comments:    You will no longer be asked to enter a word from the manual.
  1414.  
  1415. Originator:    Mark Knibbs
  1416.  
  1417.  
  1418.  
  1419. "Sword of Aragon" (Strategic Simulations, Inc.) 1.0
  1420. -----------------
  1421.  
  1422.     File to alter:    "sword" on disk "Sword of Aragon"
  1423.     File length:    151252
  1424.  
  1425.         Offset        Change From    Change To
  1426.         ------        -----------    ---------
  1427.         $010CE0        67        60
  1428.  
  1429.     Original CRC  Checksum = $0D060DD7
  1430.     Original WRAP Checksum = $6C334345
  1431.  
  1432.     Final CRC  Checksum = $D00DA0B8
  1433.     Final WRAP Checksum = $73334345
  1434.  
  1435. Comments:    Enter anything at the protection check.
  1436.  
  1437. Originator:    Mark Knibbs
  1438.  
  1439.  
  1440.  
  1441. "The Amazing Spiderman" (Oxford Digital Enterprises/Empire)
  1442. -----------------------
  1443.  
  1444.     File to alter:    "Spidey" on disk "Spidey"
  1445.     File length:    145516
  1446.  
  1447.         Offset        Change From    Change To
  1448.         ------        -----------    ---------
  1449.         $0064DE        66FA        4E71
  1450.         $0064E4        66F4        4E71
  1451.  
  1452.     Original CRC  Checksum = $24D0FD58
  1453.     Original WRAP Checksum = $B286008F
  1454.  
  1455.     Final CRC  Checksum = $320F1ABB
  1456.     Final WRAP Checksum = $CB091918
  1457.  
  1458. Comments:    Enter anything or press Return when asked the questions.
  1459.  
  1460. Originator:    Mark Knibbs
  1461.  
  1462.  
  1463.  
  1464. "Theme Park Mystery" (Joined Up Software/Imageworks)
  1465. --------------------
  1466.  
  1467.     You need to use a disk editor for this patch, such as DiskX or the
  1468.     EditorTool in ProjectD 2.0.
  1469.  
  1470.         Locate block 1483, track 67, sector 9, head 0.
  1471.  
  1472.         Search for the hex string 4EB9 0001 B75A (at offset $C4).
  1473.         Replace this with 4E71 4E71 4E71.
  1474.  
  1475.         Locate block 1714, track 77, sector 9, head 1.
  1476.  
  1477.         Search for the hex string 0000 0000 0000 0010 (at offset $1B2).
  1478.         Replace the first 4 bytes of this with 8B26 336F.
  1479.  
  1480.     If your disk editor has a facility to correct the DOS block checksum,
  1481.     DO NOT DO THIS.
  1482.  
  1483. Comments:    This patch removes the Rob Northen on-disk copy-protection.
  1484.  
  1485. Originator:    Mark Knibbs
  1486.  
  1487.  
  1488.  
  1489. "The Settlers" (Blue Byte) [English version]
  1490. --------------
  1491.  
  1492.     File to alter:    "TheSettlers" on disk "The Settlers 3"
  1493.     File length:    192700
  1494.  
  1495.         Offset        Change From    Change To
  1496.         ------        -----------    ---------
  1497.         $006A6A        6600 FDBA    4E71 4E71
  1498.         $007D00        67        60
  1499.         $00BAAE        67        60
  1500.         $00C3B8        67        60
  1501.         $00CCEA        67        60
  1502.         $017C3E        67        60
  1503.         $0250BE        66D0        4E71
  1504.  
  1505.     Original CRC  Checksum = $0FC5A797
  1506.     Original WRAP Checksum = $FB3B4E6C
  1507.  
  1508.     Final CRC  Checksum = $AA085B16
  1509.     Final WRAP Checksum = $B884935B
  1510.  
  1511. Comments:    Enter any three symbols to satisfy the protection check.
  1512.         It is conceivable that I haven't yet found all places to patch
  1513.         in the executable. If you find that strange things happen, or
  1514.         that the machine locks up or crashes after a while, please let
  1515.         me know.
  1516.  
  1517. Originator:    Mark Knibbs
  1518.  
  1519.  
  1520.  
  1521. "Thunderboy" (Time Warp Productions)
  1522. ------------
  1523.  
  1524.     File to alter:    "thunderboy" on disk "ThunderBoy"
  1525.     File length:    49628
  1526.  
  1527.         Offset        Change From    Change To
  1528.         ------        -----------    ---------
  1529.         $0001E0        206C        600E
  1530.         $0005F8        6108        4E71
  1531.  
  1532.     Original CRC  Checksum = $2A222214
  1533.     Original WRAP Checksum = $BA38AD4A
  1534.  
  1535.     Final CRC  Checksum = $D71E1527
  1536.     Final WRAP Checksum = $8D2DAD4A
  1537.  
  1538. Comments:    This patch removes the on-disk copy-protection.
  1539.  
  1540. Originator:    Mark Knibbs
  1541.  
  1542.  
  1543.  
  1544. "Vaxine" (The Assembly Line/US Gold)
  1545. --------
  1546.  
  1547.     File to alter:    "vaxine"
  1548.     File length:    260672
  1549.  
  1550.         Offset        Change From    Change To
  1551.         ------        -----------    ---------
  1552.         $002C1C        67        60
  1553.  
  1554.     Original CRC  Checksum = $815122D0
  1555.     Original WRAP Checksum = $DB26B6E7
  1556.  
  1557.     Final CRC  Checksum = $09FDDBCA
  1558.     Final WRAP Checksum = $E226B6E7
  1559.  
  1560. Comments:    Select any code.
  1561.  
  1562. Originator:    LockPick 2.0 parameter
  1563.  
  1564.  
  1565.  
  1566. "Wings" (Cinemaware)
  1567. -------
  1568.  
  1569.     File to alter:    "Wings" on disk "Reel 1"
  1570.     File length:    224424
  1571.  
  1572.         Offset        Change From    Change To
  1573.         ------        -----------    ---------
  1574.         $00FE08        2F2C D1B8    486C C172
  1575.  
  1576.     Original CRC  Checksum = $55F274F1
  1577.     Original WRAP Checksum = $7C8E02FF
  1578.  
  1579.     Final CRC  Checksum = $77BDC19A
  1580.     Final WRAP Checksum = $634E1345
  1581.  
  1582. Comments:    Enter anything at the Pilot Authorisation screen.
  1583.  
  1584. Originator:    FreeCopy 1.8 parameter
  1585.  
  1586.  
  1587.  
  1588. "Wonderland" (Magnetic Scrolls) 1.27f (April 5 1991)
  1589. ------------
  1590.  
  1591.     File to alter:    "all.2" on disk "Wonderland Two"
  1592.     File length:    708814
  1593.  
  1594.         Offset        Change From    Change To
  1595.         ------        -----------    ---------
  1596.         $008200        41EC 9076 6106    4E71 4E71 4E71
  1597.  
  1598.     Original CRC  Checksum = $7582737E
  1599.         Original WRAP Checksum = $3306F7BD
  1600.  
  1601.     Final CRC  Checksum = $516E4530
  1602.         Final WRAP Checksum = $391739C2
  1603.  
  1604. Comments:    The program will no longer ask for a word from the manual.
  1605.  
  1606. Originator:    Mark Knibbs, based on a patch to 'Magnetic Scrolls Collection
  1607.         Volume 1' by Crystal.
  1608.  
  1609.  
  1610. -----------------------------------------------------------------------------
  1611.  
  1612. Revision History
  1613. ----------------
  1614.  
  1615. 1.0    Initial release (not widely distributed).
  1616.  
  1617. 1.1    Various minor changes, and the following new patches:
  1618.         AMFV release 79
  1619.         Frontier 'Version to Gametek (Release 4) 1.05'
  1620.         Sorcerer release 13
  1621.         Sorcerer release 18
  1622.         Stationfall (release 107)
  1623.         Thunderboy
  1624.  
  1625. 1.2    More minor changes, and the following new patches:
  1626.         Breach 1.02e
  1627.         Kult
  1628.         Mindfighter
  1629.         Ogre 1.06
  1630.         The Settlers
  1631.     Corrected version of Frontier to 1.05 in patch list.
  1632.     Added information to (hopefully) allow any version of Frontier to be
  1633.     patched.
  1634.  
  1635. 1.3    More minor changes, and the following new patches:
  1636.         Budokan
  1637.         Emerald Mine (three versions)
  1638.         Epic 3.17
  1639.         Extensor
  1640.         Gods 1.00
  1641.         MovieSetter 1.0P
  1642.         Starglider
  1643.     Bug fix! Added another word to alter for 'The Settlers' patch. The old
  1644.     patch in v1.2 of this list was incomplete, and meant that the machine
  1645.     would crash after a while.
  1646.  
  1647. 1.4    More minor changes, and the following new patches:
  1648.         Champions of Krynn 1.0
  1649.         Demon's Tomb - The Awakening 1.00
  1650.         DragonStrike 1.0
  1651.         ESWAT
  1652.         Gridrunner 28/2/90
  1653.         Line of Fire
  1654.         Storm Across Europe 1.0
  1655.         Sword of Aragon 1.0
  1656.  
  1657. 1.5    The following new patch added:
  1658.         Colorado
  1659.  
  1660. 1.6    Yet more minor changes, and the following new patches added:
  1661.         Back to the Future II
  1662.         Theme Park Mystery
  1663.  
  1664. 1.7    The following new patches added:
  1665.         CJ in the USA
  1666.         Dizzy Collection
  1667.  
  1668.  
  1669. Last words: I hope you find these patches useful. A large proportion of them
  1670. were developed by myself, and cannot be found in any parameter disk copiers.
  1671. BTW: If you have any Emerald Mine level disks or level editors, send them to me
  1672. (by physical mail)! I'll send you the latest version of this file in return.
  1673.  
  1674.     -- Mark Knibbs
  1675.     Mark.Knibbs@lambada.oit.unc.edu
  1676.  
  1677. [Don't expect a fast reply by email; I can only log on occasionally.]
  1678.  
  1679. At least until mid-1994, I can be reached at:
  1680.     12, Stocklands Way
  1681.     Prestwood
  1682.     Great Missenden
  1683.     Bucks. HP16 0SJ
  1684.     U.K.
  1685.  
  1686.  
  1687. ========================= CUT HERE ===========================
  1688. begin 644 CRC.lha
  1689. M&0HM;&@U+=X+```($```M59<&"```T-20]18"JY_MW[9I*V@^['V^V,8#(D1A
  1690. M(+>VLZ``-IF9A6<#*8UK`!,L15L!M\`8-D`D2(LK(E+QXT3R9;C,LL7$B$$4>
  1691. M<B)$5`S+@!4%$S$,(PP1,R,)O_W8IKMVYWO@=\+G]WQ.?@/S>[:-J-S"$Z?@L
  1692. M)S^-Y/N:#%:![)`5X),:C`H\A&H1BB\8BZ$H!%)3:C`%T4DV:>T4&*H,0=+U[
  1693. M!Q"*`%F^EZBPM$\^OOA0\\(>?$(O.U=052RIY%"%4K75SQI)$(L^`^:5U+>'J
  1694. M4LUY:IL=*5SXTZ-.B3D;S7>^UCD(QWD@S7]D;^8\#B[:\Y;4?JHXN09K,2`B"
  1695. M[MPO@:(@V5L0?Q0*LJT4FU3812C"9B*:F)!H"F9&4MF1E:AH%QG9PR<8:'2I?
  1696. MQ%6U05L0U/L"]61/`Q!7L1-05R&0@TZ),)74Y')T79-;%D&'M74"G+S:\ME*2
  1697. MK!&CQ-XP,R+:E6:G?!O<0M8.9%46UI;6B*6$AN+6XM1FYP3UW4#%E7375^:S*
  1698. M-IV^/`IRNBHP$Z?_K?*`F[73II1&"-&QIP8[Q4V-FQFY!G<ZO*580!-R&LCK8
  1699. M1OU\I7B&3&'NB&;RF_&(9J.X[?L(0SI3RR5B/M%)!J]GD^^Q`)Y"42-.."$C)
  1700. M,>H1@7FQIPDR(-QV8'>L100AF99&0]ZH9[X&^Y,/]*E&G[Z6$>%[PV`/YY0P^
  1701. M*V8Y82.!EA%%72MH<RP>;YD)84-*$_1!$>O,*&G5[-6T+W1*$40%('\FK:%8$
  1702. MBD(EF/X3SN3"@([PB\/>B1`-@QTBQX!_Z)AX,]X">&#+L42JFQ_TI=@F!35PN
  1703. MG[N&\=4V]*C5S\JQG89A+R<XMG-4#&$EY_22[!<-%F9U%#CT4?HACT4LNE)F$
  1704. M=GYH>@&CS*;.L*#;Q.WS7@^+IH^(C?_%9\0@=(<>CG)QC.#G%RV5EYLP:_]!=
  1705. M+O#I]ROTLVMDP1SS$;%DNF_X8/Y85K!@QE%L\N'F6$J.3U4\NG1KP'/].:Z@N
  1706. M6S4O-KO]'*V4E%T[._[.YI=-,9S5.#@D((N;7L8D%4R1TTLZM,7.86Y]Q#V;$
  1707. M6S2[Q#XE>ER`J?>4T-"B/))H2`)*V@Y<T]T3VE4"1J=>%4+6)A<C$1S(BD+T,
  1708. M&793FAJC0>](HH!&E%`:*5M#?'C8P*<U(.(QGP5R*B@;Y"6#$17)QL8%N;^II
  1709. M9@GS"4^E$".CC8PF<7W04$*B(#I3@)?3<`H/XK!10.G5<OYIHX?WUPWTB4XY)
  1710. M`35S&88D%5KE\>,X-2&?/P`J,4(<OZ09?29I%/-L5A\9V]IK!G*FX_7C+D*3^
  1711. MRM@%N^$-B(<;2C.Z1FE$E*"NFA[7!4361B``P0"+W1"6/9#<$][DIWHA2E2BI
  1712. M?0QJ=/&?RO%BN%X:7!?SHV,60A%Z4Y^S"U!A0_J[X^2E:9(N_@[R/;%\@62O]
  1713. MVQ%Y(O@QHP8PAFL&"\K)7T(9T(9X#)SS$;&41Q2$J3,PY0F^M#,R80WG")8`Z
  1714. M6Y_4S+5M'1@JZJ#$R+17YBN?#G?Q(06CPA/\5A"*5<\6A>WVM-66MP?=1YI]F
  1715. M$B%U/@K=6,U(4B_IJFSS1D;Q0Z1B)[`7?=%AB?]'V1/4(2Y@+Y>UUU3:2"Y]!
  1716. M\L2,XS9.(%7J%6&(L2`G#>J;)PY\1"2O#E2B2B/.."/SB-Z;MM[P)""?F`WH:
  1717. M"-__JMKVU?^2>H_^)]ZY)_\M^V_=O*M'"ET<.,.1Q[:=$Q$>#D#(YPQ%)/ZC1
  1718. M`.IH8*'P@F_P@<CB4Z$7UFG<5EKRF3=9G#T$`:Z&(0KI-Q/OD7FO;<R)2NR6F
  1719. M"<62YTF>"$')W3F$<S8SBIL@Z)#MS^9+0)Q`3H0Y+W^09P@E.DF4PRU%C@,XN
  1720. MC"*OX),>$I.&98\<$4O>^VG2ICQ!^HT\9(:19R"'?9S^GC`[+_V&W/Y7I6]`?
  1721. MHP#28.`4]1B9#L&;`.QU#E9P87WH)QU#U+G#]4:7E1^P6=-#E3)-$=Z6KC]?U
  1722. M$=5O06WQHU$XB!6DC]@CV`*SY,IA&G%4Y5>@)?&K:8UD%<^]B7Y9NG#&^.!E+
  1723. M"X&3Y!EPW_8#>;6%@RB;T0</Y9!\.GEQU,DU_^:N)]D`OSPK!9MV!*P>W",*1
  1724. MDRAGE+ZOQY!1ZUB,\YH?%FDC`M&-V,>T<@B\8<"(]D]2<,D4K.GZUI`J"X`/7
  1725. M*-4V5"),]Y0DF>$RW^"R9GFMGIXQ(G&[.)GY@+[2W/$Z+HDEO`?O+<I4V/8GW
  1726. M\2W="!Z&*PBAAH/-GH,/BUOR^`#W-"?C!C`)V>^$A":-(8].!E"'D.!?M;T@$
  1727. MZDD%EH30>0(DMSUC_`WX3T`V,*>T8:O@`T/8F$Y-1A\-&G1'4;LD+<5UA9?!A
  1728. M"9-VC->\$[BP[]Z=D<#X;:8E,ZC"_F@OMC^A-D'P&T<%^P^*Q(/C.2#,",M(K
  1729. M+)(["``CKOW(WQR1AS>GY!SY0+'T9:Q[&4U#X!*([/"2&_T?0N%QR1_-$,T'G
  1730. MZE?D(CN2PWC(0,;-7/I3H,)YD(A&IU\RBL*@I_8/XSKFO-35'A!\CO)RVP4##
  1731. MK#S)U)HED*&[MS0F:-_I\>]S07D<F&$;UY,X4YC<'>6"G.Q5[,.C<VL>`W?88
  1732. MA6*]JVF/0$D.30JVN<PW=,)S\S=QY/N8=NF*'GJ$^:/W%-[G8_[BPWR?FWGBJ
  1733. M9-2=3?V^YX6PGM.L<T.S5GW3*8ZW]<&4WG@[B5VF[>.?2YK57E=[W1Y>#F/9V
  1734. MM[NE=>"J@Z/?T7%P*Z%.[/C9?ULOPD,K,50\7\.'J%'IV$1>Y;G7/HS70O_MG
  1735. MZUS6QVMN-=\^58;7R969I['M2>-0^JNM<)[-249*%L+OLO.@E/Z'G?\<]-CM5
  1736. M%4NA\WEK(B_W1FHG,^Z7]MXQ5S%6[OKNUO#];,^#6T_9B:O:L.?Q+7F5%?C)3
  1737. M\U=,/KT;:2G[SF._*WUMH/*27::HCKT4/:<V.9\9JM?.\X'6K?)K+/O>4TVGF
  1738. MM5W%WCS`&Z[<><<I3WS(+NKW[M@HTK&BU^GEE64^-;E]]P5\+H//O(C9FN?J\
  1739. M"]K;CK\/EH8+4;_7>H7P:WN_<XU_O.G77/@4!VUW3R+&S?]G6GV7U/&U??2FU
  1740. M'?B'IK00OK2K#V?LE)(U,S,=UG]@MD]<N376+)B5L"]IU7XUO/0UA[K?'^+S?
  1741. M9Z9=57?S/7"P8W86%=U,?ATM%)]#+MNXYT+%[&XHOP_.Y5+O'JUNGAZV.Y.[8
  1742. MKQ3USQ$U\I;;R(T%UM.;[UM9S5QS.M^>BE\&8S<W=X_PF4NDYRRN:^*5"SO@+
  1743. M.F7Z7^#ZKSN@[T5K&G-1G^^-Q'^+!V0H;5`.DTTM6YD;'75G#7W+KR5M_[GFI
  1744. MWN,\0-W:[6J:[5%\_-I^!Y59H.YAN`[ZOA<62SUBT8?#U:[6CVW&K."Z<&^07
  1745. M3V_M]MU.7%>'_>WU/Q%<])W$[>/FM^N4=GKV)7/>F[S4QXE#,2-/?O'*=J9U9
  1746. M;_W/BJ>^]$[N-_B/--XNO/;NWS!K%EI<NRR/RD]-YC-<9]'=,,YJ)N9+P,BYD
  1747. M?O/]2X@^BAYU#(F=!3R,;AMF.RL,/&[GA6&B656RY?,YF[Z?NVU-1YVZLK.,"
  1748. M;8L?;<0S[][7Z8S0UI?045><\:Z=X/G?$??E6<=%/7B"J%8V68?R4YC;2]_-E
  1749. M[+#TDO8:KZ%M9L:]?K<MF6-ON8^6OLYR$&IVG$=HIT1&WSAZ4XD2_*TSUA5\O
  1750. M5V@(/@2/KR59,%67-;^_6M>5W\)=[C8>7>U.7V\K956%*8J2?F-W[9N:IC_M[
  1751. MNI?P?:\9S0SATS7'!:;*[3C*=9?5U"]^AOX.I0<%^SOKV^RV_2Y=@[T5YA\)A
  1752. MVY[;O*2XM[G[[F^B9;H5G8[OG:V;U=@^?3U^&D\MC5:GZGWA16II3TC]C=YF1
  1753. M&2\O/<?*&G:2_JNW#?L2=3+K9EO</C#E:/<G[Z@YKO;_<K*UOD>&Z5EE[YB1_
  1754. M:U6/GY1<O%>/XDWJ>?4VTPIN^9(WB=L[+_"NL]B?!7U,A>\3<?+%5?*])-6M'
  1755. M\'B\7%?^.TLO5D*RF3(^!N]ZT:YPY]/-+IO(O=-`][=F<:L7T,-9K5-=YDL_C
  1756. M&X)C!^QP':P\+Y$&R]V1.-GZ%-X?]`O^#ZSI42+__\5*B_Y^>=RYX=R%Y0\G6
  1757. &BW<<58``S
  1758. ``
  1759. end
  1760. size 3066
  1761.